home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Printer Setup Utility.app / Contents / SharedSupport / PrinterProxy.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-12-09  |  1.3 KB  |  48 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDisplayName</key>
  8.     <string>Printer Proxy</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeName</key>
  13.             <string>Docs</string>
  14.             <key>CFBundleTypeOSTypes</key>
  15.             <array>
  16.                 <string>****</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Viewer</string>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>PrinterProxy</string>
  24.     <key>CFBundleIconFile</key>
  25.     <string>Printer.icns</string>
  26.     <key>CFBundleIdentifier</key>
  27.     <string>com.apple.print.PrinterProxy</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundleName</key>
  31.     <string>Printer Proxy</string>
  32.     <key>CFBundlePackageType</key>
  33.     <string>APPL</string>
  34.     <key>CFBundleShortVersionString</key>
  35.     <string>3.0</string>
  36.     <key>CFBundleSignature</key>
  37.     <string>prxy</string>
  38.     <key>CFBundleVersion</key>
  39.     <string>3.0</string>
  40.     <key>LSUIElement</key>
  41.     <string>0</string>
  42.     <key>NSMainNibFile</key>
  43.     <string>Main</string>
  44.     <key>NSPrincipalClass</key>
  45.     <string>NSApplication</string>
  46. </dict>
  47. </plist>
  48.